@charset "utf-8";
i,em{
    font-style: normal;
}
.f_left{
    float: left;
}
.f_right{
    float: right;
}
.clear{
    clear: both;
}
.contain{
    min-width: 1280px;
}
.header{
    height: 135px;
    background: url("../../images/index/headbg.png") no-repeat center center;
    background-size: cover;
}
.logo{
    width: 388px;
    height: 121px;
    background: url("../../images/index/logo.png") no-repeat left center;
}
.login{
    margin-right: 41px;
}
.login a{
    height: 121px;
    line-height: 121px;
    color: #e3e8f3;
    font-size: 16px;
    margin-left: 9px;
}
.login a:hover{
	text-decoration: underline;
}
.mainer{
    width: 1195px;
    margin: auto;
}
.menu{
    height: 48px;
    background: #9c130a;
    text-align: center;
}
.menuLis{
	margin-top: 2px;
    overflow: hidden;
    display: inline-block;
}
.menuLis li{
    float: left;
    width: 130px;
    height: 43px;
    color: #e3e8f3;
    font-size: 18px;
    cursor: pointer;
}
.menuLis li.active,.menuLis li:hover{
    background: rgba(5, 28, 96, 0.5);
}
.menuTxt{margin-top: 14px;
    height: 19px;
    background: url("../../images/liz/menu_line.png") no-repeat right center;
    line-height: 19px;
}
.nobg{
    background: none;
}
.webLinks{
    height: 61px;
    line-height: 61px;
    background: #002b6e;
    color: #ffffff;
    font-size: 14px;
    margin-top: 19px;
}
.webLinks a{
    display: inline-block;
    height: 61px;
    margin-left: 4px;
    vertical-align: middle;
}
.link1{
    width: 228px;
    background: url("../../images/index/link1.png") no-repeat center center;
}
.link2{
    width: 188px;
    background: url("../../images/index/link2.png") no-repeat center center;
}
.link3{
    width: 168px;
    background: url("../../images/index/link3.png") no-repeat center center;
}
.link4{
    width: 169px;
    background: url("../../images/index/link4.png") no-repeat center center;
}
.link5{
    width: 241px;
    background: url("../../images/index/link5.png") no-repeat center center;
}
.footer{
    height: 69px;
    padding: 17px 0;
    background: url("../../images/index/footbg.png") no-repeat center center;
    background-size: cover;
}
.logor{
    width: 343px;
    height: 69px;
    padding-left: 93px;
    border-right: 1px solid #d6d6d6;
    color: #666666;
    background: url("../../images/index/logo_foot.png") no-repeat left center;
}
.logor span{
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    margin-top: 24px;
}
.copyright{
    width: 432px;
    margin-left: 64px;
    margin-top: 23px;
}
.copyright span{
    font-size: 14px;
    color: #666666;
    height: 22px;
    line-height: 22px;
}
.backtop{
    height: 30px;
    line-height: 30px;
    margin-top: 34px;
    margin-right: 42px;
    padding-right: 41px;
    font-size: 14px;
    color: #666666;
    background: url("../../images/index/backtop.png") no-repeat right center;
    cursor: pointer;
}
/*2017/09/27新增*/
.welcome{
    color: #e3e8f3;font-size: 16px;
}
.selLine{position: relative;top: 2px;
    display: inline-block;margin: 0 10px;
    height: 14px;border-right: 1px solid #e3e8f3;
}